home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / jq14.zip / README.BAT < prev   
DOS Batch File  |  1994-03-14  |  1KB  |  27 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo     ┌──────────────────────────────────────────────────────────────────────┐
  8. echo     │   To conserve disk space Jokes & Quotes has been stored in an        │
  9. echo     │ executable archive.  It will have to be installed before it can be   │
  10. echo     │ used.  To install Jokes & Quotes just type INSTALL then press ENTER  │
  11. echo     │ or press a key to have this batch file start the install program.    │
  12. echo     │                                                                      │
  13. echo     │   The shareware version of Jokes and Quotes will require about 600k  │
  14. echo     │ of disk space.  The registered version will require about 900k of    │
  15. echo     │ disk space.                                                          │
  16. echo     │                                                                      │
  17. echo     │                              Have Fun!                               │
  18. echo     │──────────────────────────────────────────────────────────────────────│
  19. echo     │           Press a key to start the installation program...           │
  20. echo     └──────────────────────────────────────────────────────────────────────┘
  21. pause >nul
  22.  
  23. install
  24.  
  25.  
  26.  
  27.